Fix missing AC_MSG_RESULT
authorDaniel Sabo <DanielSabo@gmail.com>
Sat, 6 Apr 2013 09:13:11 +0000 (02:13 -0700)
committerDaniel Sabo <DanielSabo@gmail.com>
Sat, 6 Apr 2013 09:24:37 +0000 (02:24 -0700)
configure.ac

index 296ec27528ac717d35f373f52d5f335069b2e1ed..2ddb3a5a6677337cbcdde3b34ca66215a54c4a4d 100644 (file)
@@ -220,7 +220,7 @@ esac
 # Check how to find plug-ins
 ############################
 
-AC_MSG_CHECKING([for some Win32 platform])
+AC_MSG_CHECKING([the extension for shared libraries])
 case "$target_or_host" in 
   hppa*-hpux*)                # HP/UX
     shrext=.sl
@@ -236,6 +236,7 @@ esac
 SHREXT=$shrext
 AC_SUBST(SHREXT)
 AC_DEFINE_UNQUOTED(SHREXT,     "$shrext",     [File extension for shared libraries])
+AC_MSG_RESULT([$shrext])
 
 dnl ===========================================================================